is best to disable 'scary' warning messages by default,
even though this will also quieten down genuine error
paths.
The ideal solution would be to introduce DPRINTK levels
(e.g., info, warning, error) and allow these to be selected
at compile and/or boot time. We could then enable error
messages until things have stabilised some more.
Signed-off-by: Keir Fraser <keir@xensource.com>
# If you change any of these configuration options then you must
# 'make clean' before rebuilding.
#
-verbose ?= y
+verbose ?= n
debug ?= n
perfc ?= n
perfc_arrays?= n